home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / cnet / cnet_who.lha / WHO_HISTORY! < prev    next >
Text File  |  1995-10-15  |  18KB  |  304 lines

  1. ============================================================================
  2.                  CNet WHO's, v2.51 HISTORY! File by Dotoran
  3. ============================================================================
  4.  
  5. -- v2.51 --
  6.  
  7.     - Release Date: October 15, 1995! (6 Hours Later!)
  8.     - A fellow SysOp(Mugwump/Nate) pointed out an interesting error:
  9.         - I'm using the OFFSET() function to tweak values out of memory, so
  10.           I don't have to directly address each port(which freezes the ports
  11.           ability to do anything else). Anyways, this OFFSET() function is
  12.           a SUPPORT function, which requires the "rexxsupport.library" to
  13.           be loaded, which I was forgetting to load within the files.
  14.         - While looking for the above problem, I also ran across another
  15.           problem dealing with using the arguments with the W, WH and WHO
  16.           commands. If you used an argument that wasn't supported, you'd be
  17.           given one error message, and if you used a numeric value outside
  18.           the valid port range, you'd be given a different error message.
  19.           Each module will now revert to showing the help format text if an
  20.           unknown argument(or out of range numeric value) is specified.
  21.         - I also replaced the PARSER routine with a newer routine that I
  22.           could specify a maximum value for, so if you only run 5 ports and
  23.           a user specified something like WHO 10, they'd be given the Help
  24.           Format text as well.
  25.  
  26. -- v2.50 --
  27.  
  28.     - Release Date: October 15, 1995!
  29.     - An unexpected release, mainly due to the HD crash I had in April,
  30.       where I lost all my CNet Who 3.0 coding, and since I'm not sure as
  31.       to WHEN I'll get around to reconstructing what I lost of 3.0, I
  32.       thought I'd spruce up the existing version in the interim.
  33.     - Changes, etc:
  34.         - User Banners, Glimpse & History files are now stored in their
  35.           UUCP Directories, instead of within the "pfiles:who/" directory,
  36.           so that if a user is ever deleted from your system, these files
  37.           can then be deleted as well.
  38.         - The glimpse and history files are no longer preloaded into RAM,
  39.           as they aren't used enough to warrant this. The glimpses are only
  40.           used when users choose to use the LONG WHO version, while the
  41.           history files are only used if a user specifically requests to
  42.           have one shown to them.
  43.         - The above files were RENAMED as well, so each user can have the
  44.           following files in their mail directories: _Banners, _Glimpse,
  45.           and _History.
  46.         - The CONFIG file was greatly modified:
  47.             - Now uses the VDE scheme, instead of the DDE (Dotoran Data
  48.               Editor). It's a 100% compatible VDE interface now.
  49.             - A lockup error was removed if you happened to hit either the
  50.               UP or DOWN arrow while sitting on the "Exit Without Saving"
  51.               button.
  52.             - The data input routines were updated, so as to EXACTLY mimic
  53.               the way CNet's other VDE editors work.
  54.             - The "Reload IdlePorts" option was moved to the Toggles screen,
  55.               instead of the "Save before leaving" screen(which would only
  56.               pop up if you had actually changed something).
  57.             - The "yellow vs. cyan" method of showing you what had changed
  58.               was removed from the scheme, as the internal VDE's don't show
  59.               you any way of telling what changed, other than presenting you
  60.               with the "want to save" screen if you DID happen to change a
  61.               value or two.
  62.             - Because the three BBSTEXT lines are read in automatically, I
  63.               removed references to these three lines from the TOGGLES VDE
  64.               screen.
  65.             - Two NEW toggles were added this version dealing with MCI codes
  66.               in the user created WHO banners. The first toggles whether or
  67.               not you allow MCI's to be used in the banners, while the 2nd
  68.               one is a toggle dealing with the SysOp Only MCI commands. The
  69.               user is only allowed to use the MCI's they have access to now.
  70.             - The "Create Who" options have been recoded to function again,
  71.               which means you can once again give the WHO's your own color
  72.               scheme(or choose one of the two built-in schemes).
  73.             - You are now presented with "You want to do this?" types of
  74.               prompts when choosing an alternate color scheme, or when
  75.               choosing to make a who module using given values. This allows
  76.               you to ABORT the operation if you wish to.
  77.             - Proper checking for editor aborting while using the CNet's
  78.               editor in the Glimpse and History sections was incorporated.
  79.             - There are now default _Banners, _Glimpse and _History files
  80.               stored in the "who/" directory. The _Banners file will be
  81.               copied into the user's uucp mail directory if you have the
  82.               multiple who banners toggle turned on, however the _Glimpse
  83.               and _History files are NOT. If a uaser does not have either a
  84.               _Glimpse or _History file stored in their uucp directory, the
  85.               default one will be shown on screen when using the LONG WHO
  86.               module, until such a time as the user creates ones of their
  87.               own choosing.
  88.             - The Preview Layout screen was updated to correctly show you a
  89.               copy of the new layout(it was still showing v2.1 versions of
  90.               the screen shots).
  91.             - References to looking for who banners from other programs was
  92.               REMOVED from the present coding, as it was cluttering up the
  93.               coding I wanted to use for other things(helped to slightly
  94.               increase the execution speed of each module). You'll have to
  95.               manually remove other WHO programs you may have been using in
  96.               the past, as I will no longer be supporting "housecleaning"
  97.               types of routines for OTHER's works. :-)
  98.             - An ARexx Convert routine was included to create the _Banners,
  99.               _Glimpse and _History files in each user's directory, as well
  100.               as adding the extra variables to the "Config.data" file.
  101.  
  102. -- v2.1d --
  103.  
  104.     - An "Only-If" Update. Not a COMPLETE archive. ONLY to be used by those
  105.       who do not wish to adjust the COLOR SCHEME and/or Yes/No toggles any
  106.       more than presently set to. Only released to those who requested the
  107.       changes that were made:
  108.     - The three lines in BBSTEXT that are used by the modules are now read
  109.       in automatically, and if changes are found, the config is updated to
  110.       suit. (This is why you can no longer edit those lines in the CONFIG!)
  111.     - There's a new "Fake Idle Minutes" variable added to the toggles screen
  112.       that allows you to specify an arbitrary value to be ADDED to the Idle
  113.       time for any users HIDING from other ports, as it was found that if a
  114.       user was HIDING from another user, when that other user did a WHO as
  115.       soon as they logged on, it would show the port as being idle for only
  116.       a minute or so, which gave the impresseion you logged off, because you
  117.       didn't want to talk to that user. Setting this value to something like
  118.       43 will make it look as if you haven't been around for awhile, while
  119.       at the same time, slowing incrementing as the user's call progresses.
  120.     - A problem where portions of a HIDDEN user's info was "seeping through"
  121.       to other users has been fixed(I think). If you were hiding, it would
  122.       sometimes show the user your handle or where you were, instead of just
  123.       blanking out that port as being Idle.
  124.     - Because CREATING custom Who Modules is not supported in this version,
  125.       I added a little screen to that effect, just in case you DO happen to
  126.       select one of the CREATE screens by mistake.
  127.     - Each WHO Module was slightly changed at the beginning to make changing
  128.       the TOGGLE variables a bit easier until the release of v3.0. I added
  129.       little comments next to each of the variables so you know which one
  130.       does what, as well as the proper values that can be used here.
  131.  
  132. -- v2.1c --
  133.  
  134.     - An "Only-If" Update. Not a COMPLETE archive. ONLY to be used by those
  135.       who do not wish to adjust the COLOR SCHEME and/or Yes/No toggles any
  136.       more than presently set to. Only released to those who requested the
  137.       changes that were made:
  138.         - All WHO displays (W/WH/WHO) now should correctly display Logon and
  139.           JoinLink statuses, instead of specifying those ports as "Idle".
  140.         - The LONG Who module received numerous Argument additions:
  141.             - "I" to reload Idle Port Banners quickly. (Controllers ONLY!)
  142.             - "E" to modify Idle Port Banners easily.  (Controllers ONLY!)
  143.             - "Q" to get a Quick Listing(No Glimpses, ----'s, or Prompt).
  144.             - "P" to display Idle Port Banner for CURRENT PORT.
  145.             - The "?" help menu for the "Long" Module was also changed, so
  146.               that only the Conference Controllers will be shown those extra
  147.               arguments that they have access to. Regular users won't even
  148.               know these arguments exist. (Don't worry, only CC's can USE
  149.               the commands anyways. This was just a cosmetic update change!)
  150.         - Each WHO now uses the three BBSTEXT lines that define your "Idle",
  151.           "(no one)", and "skip" text phrases. Edit them in the CONFIG file.
  152.     - A slight problem in the Idle Time display of the "Normal" module has
  153.       been corrected, as was an incorrect variable initialization in the
  154.       "Short" module.
  155.  
  156. -- v2.1 --
  157.  
  158.     - Update/Bug Fix Release Date: April 12, 1994!
  159.     - Fixed the "no carrier" bug in the "Edit Who Banner" routine.
  160.     - Disabled "More?" prompt in the CONFIG program.
  161.     - The Idle times now look more appealing, in Hours or Minutes.
  162.     - If multiple Who Banners are on file, the next one in the user's
  163.       list will be made their current banner whenever they sign on, and the
  164.       listing will be updated to reflect the change(and also to allow the
  165.       next one to be used on their next logon, etc.)
  166.     - Some custom coding errors(in the HELP menu of the Normal module) were
  167.       fixed, as were some minor color changes.
  168.     - LAST Release version until the release of the new v3.0!
  169.  
  170. -- v2.0 --
  171.  
  172.     - Release Date: March 4, 1994!
  173.     - The new IDLE TIMER routine dealing with IDLE PORTS had an error in it
  174.       that showed itself after Midnight rolled around. I was pulling my hair
  175.       out trying to find the cause of this, until I discovered that the Idle
  176.       Timer used for USERS is also the SAME as that used for EMPTY PORTS. So,
  177.       this bug has been SQUASHED!
  178.     - The "IdlePorts" file now accepts a line entry of "D|Default Banner" to
  179.       be displayed on any ports where Idle Banners may NOT have been set up.
  180.       (You can simply LEAVE THIS OUT if you wish to see the Ports as they
  181.        would normally look).
  182.     - The user can now create an additional NINE Short Who Banners from the
  183.       LONG version module. Each can contain MCI commands as well. There's
  184.       even a quick option to select the NEXT Who Banner on their list to use
  185.       as their CURRENT Who Banner(And which will be saved to their regular
  186.       user account as well)! This option can also be DISABLED through the
  187.       CONFIG file, in which case the user would have to resort to EP;14!
  188.     - ALL THREE VERSIONS can now take OPTIONAL Port Arguments, so commands
  189.       like: w 0-2, wh 0 3 8, and who 0-2, 5-8, 15   are now POSSIBLE. You
  190.       can also specify "C"onfig, "B"anner, "G"limpse or "V"iew "H"istory as
  191.       arguments, when using the WHO (Long) version.
  192.     - It is now possible to also ABORT the Who listing BEFORE it has totally
  193.       been displayed on the screen!
  194.     - When viewing HISTORY files, it is now possible to select to View the
  195.       History of a PORT a user is signed onto, or to specify the user's ID,
  196.       Handle, or Real Name as before.
  197.     - There is now an ability to SKIP the display of any ports that may be
  198.       HIDING from the user, as these ports would normally be displayed as
  199.       IDLE Ports to the user.
  200.     - Something I'm calling a "Port Skip Block" has been added for those
  201.       multi-line systems who may be running HIGH-NUMBERED Ports, like in the
  202.       80's and 90's. In previous versions, the who just sat there reading
  203.       through all the EMPTY port slots, until it came to the next USED Port.
  204.       By specifying a "Port Skip Block", you can have it SKIP from one Port
  205.       to another, like "Skip from Port 4 to Port 90", etc.
  206.     - There is now a CONFIG file for CNet Who's! This unbelievable program
  207.       allows you to select the COLORS, TEXT, and VARIABLE settings to use
  208.       for EACH Who, but it gets even better! There's no Config File that has
  209.       to be read in each time, nor are there global variables used. The
  210.       CONFIG file will actually REWRITE in HARD-CODE the changes you have
  211.       made to your Who's. It's possible to generate them all looking the
  212.       SAME, or you can create a different look for each version! Using what
  213.       I am calling the "Dotoran Data Editor", you have a VDE-type of editor,
  214.       complete with ghosted items for the SHORT and NORMAL versions! Now,
  215.       THIS IS POWER!
  216.     - The "IdleWhoT??" variables were REMOVED from this version, as they are
  217.       no longer needed, and the above CONFIG file has a setting to RELOAD the
  218.       "IdlePorts" file into the "IdleWhoB??" variables.
  219.   *=* This is NOT the last version! There WILL be a v3.0, but won't be for
  220.       awhile. I have already redrawn the look of the CONFIG file, so as to
  221.       hopefully be a bit more powerful, while at the same time, a bit easier
  222.       to use/see how a finished layout will look. I am playing around with
  223.       the ability to allow you to specify WHICH info you wish to use, and in
  224.       what ORDER you wish it to appear in. It will be awhile before I start
  225.       work on v3.0, as I plan on diving into the H2H WOF module next, and
  226.       will stick to it until it's first release! :-)  ENJOY EVERYONE!
  227.  
  228. -- v1.4 --
  229.  
  230.     - Release Date: February 12, 1994!
  231.     - The Normal & Long versions now support IDLE PORT INFO BANNERS, so you
  232.       can show the user such info as the phone number, baud rate, etc. that
  233.       is used for that port, or tell them which ports are reserved for SysOp
  234.       or Registered Use only, etc. etc...
  235.     - All three versions now support DUAL Idle Time displays. Users will be
  236.       shown the number of minutes EMPTY ports have been idle, as well as any
  237.       occupied port that has been idle for longer than 5 minutes.
  238.     - The Short & Normal versions received a "v1" variable, allowing SysOp's
  239.       to specify whether or not they wish to use the new Idle Timers and
  240.       Banners. The "CNet Standard" setting will also NOT show the HELP Menus
  241.       nor the final row of ==='s, so as to look IDENTICAL to the internal
  242.       CNet version!
  243.     - Still trying to find where Ken is storing the ETA line used with file
  244.       transfers that SHOULD be displayed, instead of the user's Who Banner.
  245.     - Version Strings changed slightly, so as to make the DATES a bit easier
  246.       to read and comprehend.
  247.     - The NAME of this mod has finally been firmed up, and will from this
  248.       point forward be called: "CNet Who's"   Enjoy Them!
  249.  
  250. -- v1.3 --
  251.  
  252.     - Release Date: February 4, 1994!
  253.     - Last MAJOR Release! Yes, I found the HIDE Problem! Finally! Hehe!
  254.     - While reading the new CNet Amiga Manual, I discovered that the WHO
  255.       command supposedly issues "M" and "H", in addition to "m" and "h",
  256.       although no matter how hard I tried, I could NOT get CNet's WHO to
  257.       give me the "M" or "H", but MY versions DO do it! Yes!
  258.     - Also added HELP LEVEL support. If the user is a "SuperUser", then only
  259.       the final line of ='s are printed. If they're an "Expert", then they'll
  260.       be shown the 1-line help menu, but if they're either a "Novice" or an
  261.       "Intermediate" user, they'll be given a multi-line menu.
  262.     - All three modules now include hard-coded VERSION strings! That's right,
  263.       100% working VERSION Strings.
  264.  
  265. -- v1.2 --
  266.  
  267.     - Release Date: February 2, 1994
  268.     - Third release still hasn't found a solution to the "Hide Problem".
  269.     - This release introduces an enhanced version of the LONG WHO module. It
  270.       allows the user to create/edit their existing WHO Banner, a 3-Line
  271.       "Glimpse" file, and a 20-Line "History" file. These "Glimpses" and
  272.       "Histories" are loaded into RAM when the user signs on, and are then
  273.       deleted from RAM when they log off. (This is done for two reasons:
  274.       Speed of Display, and less Wear & Tear on your Hard Drives!)
  275.     - When editing a "Glimpse" file, this program will first see if the file
  276.       "WHO" exists in their Mail directory. These "WHO" files are the 3-Line,
  277.       38 Character banners used by Brad Majors' NewWho program. The user is
  278.       then allowed to edit this "WHO" file, using the CNet Editor for a full
  279.       3 80-Character lines. When the file is SAVED, it becomes a "Glimpse"
  280.       file, while the "WHO" file is purged from the system. This should come
  281.       in handy for any SysOps using Brad's earlier work that wish to upgrade
  282.       to using this program.
  283.  
  284. -- v1.1 --
  285.  
  286.     - Release Date: January 21, 1994
  287.     - My second attempt took care of ALL previous problems, EXCEPT the ability
  288.       to truly HIDE ports that didn't wish to be seen. This problem has been
  289.       a REAL pain, as it can't be done easily, because it could result in a
  290.       lockup of the port doing the Who!
  291.  
  292. -- v1.0 --
  293.  
  294.     - My first attempt at duplicating CNet's WHO command to include a SHORT
  295.       form, as well as a long form.
  296.     - Things lacking included: Hide/Muffle/Conf status, Hidden Ports, Correct
  297.       CPS Rates, Correct Logon Times, and Correct "Smartness" concerning if
  298.       the SysOp wanted to display Idle Ports or Not!
  299.     - Date was sometime in December of 1993. Can't recall exactly when.
  300.  
  301. ============================================================================
  302.                         Frontiers BBS (716)/823-9892!
  303. ============================================================================
  304.